home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / check.swf / scripts / frame_1 / DoAction.as
Text File  |  2011-01-13  |  355b  |  17 lines

  1. getURL("FSCommand:showmenu",false);
  2. _root.best = 0;
  3. _root.sunet = 1;
  4. stop();
  5. logo.onEnterFrame = function()
  6. {
  7.    if(_root.getBytesLoaded() == _root.getBytesTotal())
  8.    {
  9.       this.play();
  10.    }
  11.    else
  12.    {
  13.       tgFrame = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  14.       this.progress.gotoAndStop(tgFrame);
  15.    }
  16. };
  17.